|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RelationshipExpander
An expander of relationships. It's a more flexible way of getting relationships from a node.
| Method Summary | |
|---|---|
Iterable<Relationship> |
expand(Node node)
Returns relationships for a node in whatever way the implementation likes. |
RelationshipExpander |
reversed()
Returns a new instances with the exact same RelationshipTypes,
but with all directions reversed (Directionreversed(). |
| Method Detail |
|---|
Iterable<Relationship> expand(Node node)
node - the node to expand.
node.RelationshipExpander reversed()
RelationshipTypes,
but with all directions reversed (Directionreversed().
RelationshipExpander with the same types, but with
reversed directions.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||